Package pl. wendigo. chrome. api. domdebugger
Contains DevTools Protocol DOMDebugger domain implementation accessible via DOMDebuggerDomain class.
Types
CSPViolationType
Link copied to clipboard
DOMBreakpointType
Link copied to clipboard
DOMDebuggerDomain
Link copied to clipboard
EventListener
Link copied to clipboard
data class EventListener(type: String, useCapture: Boolean, passive: Boolean, once: Boolean, scriptId: ScriptId, lineNumber: Int, columnNumber: Int, handler: RemoteObject?, originalHandler: RemoteObject?, backendNodeId: BackendNodeId?)
Content copied to clipboard
GetEventListenersRequest
Link copied to clipboard
data class GetEventListenersRequest(objectId: RemoteObjectId, depth: Int?, pierce: Boolean?)
Content copied to clipboard
Represents request frame that can be used with DOMDebugger#getEventListeners operation call.
GetEventListenersResponse
Link copied to clipboard
RemoveDOMBreakpointRequest
Link copied to clipboard
data class RemoveDOMBreakpointRequest(nodeId: NodeId, type: DOMBreakpointType)
Content copied to clipboard
Represents request frame that can be used with DOMDebugger#removeDOMBreakpoint operation call.
RemoveEventListenerBreakpointRequest
Link copied to clipboard
data class RemoveEventListenerBreakpointRequest(eventName: String, targetName: String?)
Content copied to clipboard
Represents request frame that can be used with DOMDebugger#removeEventListenerBreakpoint operation call.
RemoveInstrumentationBreakpointRequest
Link copied to clipboard
Represents request frame that can be used with DOMDebugger#removeInstrumentationBreakpoint operation call.
RemoveXHRBreakpointRequest
Link copied to clipboard
SetBreakOnCSPViolationRequest
Link copied to clipboard
data class SetBreakOnCSPViolationRequest(violationTypes: List<CSPViolationType>)
Content copied to clipboard
Represents request frame that can be used with DOMDebugger#setBreakOnCSPViolation operation call.
SetDOMBreakpointRequest
Link copied to clipboard
data class SetDOMBreakpointRequest(nodeId: NodeId, type: DOMBreakpointType)
Content copied to clipboard
Represents request frame that can be used with DOMDebugger#setDOMBreakpoint operation call.
SetEventListenerBreakpointRequest
Link copied to clipboard
data class SetEventListenerBreakpointRequest(eventName: String, targetName: String?)
Content copied to clipboard
Represents request frame that can be used with DOMDebugger#setEventListenerBreakpoint operation call.
SetInstrumentationBreakpointRequest
Link copied to clipboard
Represents request frame that can be used with DOMDebugger#setInstrumentationBreakpoint operation call.
SetXHRBreakpointRequest
Link copied to clipboard